home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be002.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  159 b   |  10 lines

  1. on mouseUp
  2.   puppetSound(0)
  3.   repeat with n = 20 down to 1
  4.     puppetSprite(n, 0)
  5.     set the visible of sprite n to 1
  6.   end repeat
  7.   cursorOff()
  8.   go(40)
  9. end
  10.